type encoding/json.reflectWithString

3 uses

	encoding/json (current package)
		encode.go#L752: 		sv  = make([]reflectWithString, v.Len())
		encode.go#L762: 	slices.SortFunc(sv, func(i, j reflectWithString) int {
		encode.go#L942: type reflectWithString struct {